@charset "UTF-8";

body{
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
	overflow:hidden;overflow-y:auto;
}
a,a:hover{
	text-decoration: none;
}
a{
	color: #333;
}
a:hover{
	color: #4eb00b;
}
ul{
	list-style:none
}
i{
	font-style: normal;
}
/*通用*/
.fl{
	float: left;
}
.fr{
	float: right;
}
.tit-sm{
	color: #999;
}
.tit_big{
	font-size: 30px;
	color: #4eb00b;
	font-weight: bold;
}
.time{
	color: #999;
	font-size: 12px;
}
.clear{
	clear: both;
}
.container{
	/* padding: 0; */
}
/*头部区域*/
.header{
	background:
}
.header .topbar{
	background: #19961e;
	height: 40px;
	border-bottom: 1px solid #c0c0c0;
	line-height: 40px;
	font-size: 12px;
	color: #fff;
}
.header .topbar a{
	color: #fff; margin: 0 4px;
}
.header .topnav{display: flex; justify-content: flex-end;}

/*导航*/
.navbar{
	margin-bottom: 0px;
}
.navbar-default{
	background: #fff;
    border: none;
    box-shadow: 0px 2px 8px 0 rgba(50,50,50,0.2);
}
.navbar-default .navbar-brand{
	font-size: 30px;
    font-weight: bold;
    color: #40d2b1;
    height: 90px;
    padding-top: 22px;
}
.navbar-default .navbar-nav > li > a{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 58px;
}
.navbar-default .navbar-nav > li > a.on{
	color:#56b316;
}
.navbar-default .navbar-nav > li > a:hover{
	color: #56b316;
}
.navbar-toggle{
	margin-top: 30px;
	padding: 12px 16px;
}

.navbar-default .navbar-toggle .icon-bar{
	background-color: #56b316;
}
.nav{
	background: #fff;
	text-align: center;
	margin-top: 0px;
	z-index: 999;
}

/*产品推荐*/
.recommend{
	padding-top: 50px;
	text-align: center;
}
/*h5{
	font-size: 18px;
	margin-top: 10px;
}*/
/*推荐*/
.pro_tp{
	margin: 0 auto;
	height: 240px;
	overflow: hidden;
}
.recommend img{
	/* width: 360px; */
	transition: 0.5s;
}
.recommend a:hover img{
	width: 400px;
	transform: scale(1.1);
}
.recommend h3{
	width: 360px;
	height: 19px;
	margin: 20px auto;
	color: #333333;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.recommend h3:hover{
	color: #4eb00b;
}
.recommend .could{
	margin-bottom: 30px;
}
.zx{
	width: 360px;
	height: 1px;
	z-index: 1;
	position: relative;
	margin: 0 auto;
}
.zx1{
	width: 360px;
	height: 1px;
	z-index: 1;
	float: left;
	position: relative;
	border-top: 1px solid #dfe0e0;
}
.zx em{
	width: 1px;
	border-top: 1px solid #4eb00b;
	height: 1px;
	margin-top: -1px;
	left: 0;
	position: absolute;
	z-index: 2;
	transition: 0.5s;
}
.recommend a:hover .zx em{
	width: 360px;
}


/*关于我们*/
.about{
	margin-top: 40px;
}
.jianjie{
	line-height: 30px;
	text-indent: 2em;
}

/*客户案例*/
.case{
	margin-top: 60px;
	text-align: center;
	background: url(../images/case-bj.jpg) no-repeat center center;
	
}
.case .container{
	padding: 60px 15px;
}
.case .container figure img{
	display: inline-block;
}
.case .cypz h3{
	font-size: 16px;
	line-height: 30px;
}
.case .cypz:hover{

}
.case .cypz h3:hover{
	color: #4eb00b;
	transition: 0.5s;
}
@media (max-width:992px){
	.case{
		background:none;
	}
}
/*新闻*/
.news{
	margin: 60px 0;
	text-align: center;
}
.news-con{
	margin: 20px 0 10px;
}
.news-con:hover{
	box-shadow: 0 0 5px #4eb00b;
	transition: 0.5s;
}
.news-con:hover .news-con-tit > h4 a{
	
	color:#4eb00b;
}
.news-con a img{
	/* width: 160px; */
	margin-right: 20px;
}
.news-con-tit{
	/* width: 100%; */
	float:left;
}
.news-con-tit > h4{
	color: #5a5a5a;
}
.news-con-tit > p{
	color: #999;
}

/*商盟成员*/
.smcy{
	margin-bottom: 40px;
}
.smcy ul li a{
	line-height: 30px;
	padding: 0 10px;
	color: #666;
}
/*联系我们*/
.contact {
    color: #a7a7a7;
    font-size: 14px;
    background: #2b2b2b;
    text-align: center;
    padding: 40px 0;
}
.foot-dh{
	margin-top: 15px;
}

.btn-center{
	text-align: center;
    font-size: 16px;
    padding: 8px 40px;
    color: #19961e;
    border: 1px solid #19961e;
    display: inline-block;
    border-radius: 18px;
}
.btn-center:hover{
	color: #19961e;
}
/*底部*/
.copy{
	background: #121212;
    padding: 25px 0;
}
.copy p{
	border-top: 1px solid #222;
    padding-top: 10px;
    display: inline-block;
}

/*关于我们页面*/
.mbx{
	line-height: 55px;
	color: #ababab;
	white-space: nowrap;
}
.mbx a{
	color: #ababab;
}
.abo_tit{
	text-align: center;
	margin-bottom: 40px;
	font-size: 34px;
}
.abo_xq{
	line-height: 30px;
	text-indent: 2em;
	color: #333;
}
.abo_box{
	margin-bottom: 80px;
}
/*联系我们页面*/
.con_box{
	margin-bottom: 80px;
}
.con_con > p{
	text-align: center;
}

/*产品中心页面*/
.abo_box .could{
	margin-bottom: 20px;
}
.abo_box img{
	transition: 0.5s;
}
.abo_box a:hover img{
	width: 400px;
	transform: scale(1.1);
}
.abo_box h3{
	width: 360px;
	height: 19px;
	margin: 20px auto;
	color: #333333;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.abo_box h3:hover{
	color: #4eb00b;
}
.abo_box a:hover .zx em{
	width: 360px;
}
.abo_tit2{
	text-align: center;
	margin-bottom: 20px;
	font-size: 34px;
}

.article_con{
	line-height: 30px;
	text-indent: 2em;
}
.bq{
	padding-top: 20px;
}
.tit_tit{
	text-align: center;
	margin-bottom: 10px;
	font-size: 30px;
}
.abo_con > .time{
	line-height: 30px;
    border-bottom: 1px solid #eee;
    text-align: center;
    margin-bottom: 25px;
    color: #666;
}
.abo_con > .time a{
	color: #666;
	font-size: 12px;
}


/*新闻资讯页面*/
.aa{
	padding: 0 9px;
}











































/*相关新闻*/
h3{
	font-size: 18px;
}
.xgxw h3{
	color: #4eb00b;
	font-size: 18px;
	line-height: 40px;
	height: 40px !important;
	text-align: left;
	width: 100%;
}
.xgxw_list li{
	float: left;
	width: 100%;
	padding: 0 15px;
}
.xgxw_list li h4{
	float: left;
	font-size: 14px;
	line-height: 30px;
	margin: 0;
	width: 70%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.xgxw_list li time{
	float: right;
	color: #999;
	font-size: 12px;
	line-height: 30px;
	width: 25%;
	text-align:right;
}
/*相关产品*/
.abo_con{
	margin-bottom: 60px;
}
.xgcp h3{
	color: #4eb00b;
	font-size: 18px;
	line-height: 40px;
	height: 40px !important;
	text-align: left;
	width: 100%;
}
.xgcp_tit{
	text-align: center !important;
	line-height: 30px;
	font-size: 16px;
}
.xgcp_list .ys a .xgcp_tit:hover{
	color: #F6AB4A;
}
.xgcp_list img{
	max-width: 100%;
}

@media (max-width:767px){
	.navbar-brand > img{
		height:30px;
	}
	.navbar-toggle{
		margin-top: 12px;
    	padding: 6px 7px;
	}
	.navbar-default{
		height: 40px;
	}
	.navbar-default .navbar-brand{
		widht:150px;
		height: 40px;
		padding-top: 13px;
	}
	.recommend{
		padding-top: 30px;
	}
	.xw{
		padding-right: 25px;
	}
	.smcy2,.contact,.copy{
		display: none;
	}
	.news{
		padding-bottom: 40px;
	}
	.case{
		margin-top: 0px; 
	}
	.nav > li > a{
		line-height: 30px !important;
		font-size: 14px !important;
	    padding: 10px 15px !important;
	}
	.nav > li{
	    border-bottom: 1px solid #eee;
	}
	.news-con a img{
		width:100%;
	}
}

@media (max-width:992px){
	.nav > li > a{
		padding: 20px 10px;
	}
}


/*移动端底部导航*/
.phonefooternav {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99999;
	display:none;
}
.phonefooternav ul{
	padding: 0;
}
.phonefooternav ul li {
	width: 25%;
	background: #494949;
	float: left;
	padding: 10px 0;
	border-right: 1px solid #666;
	list-style: none;
}
.phonefooternav ul li a {
	display: block;
	color: #fff;
	text-align: center;
}
.phonefooternav ul li a:hover {
	text-decoration: initial;
}
.phonefooternav ul li a i {
	display: block;
	font-size: 20px;
	padding: 10px 0;
}
@media (max-width: 480px) {
	.phonefooternav ul li {
	padding: 3px 0px;
}
}
@media (max-width: 767px) {
	.hidden-xs {
	display: none !important;
}
}
@media (max-width: 767px) {
	.phonefooternav {
	display: block !important;
}
}

 /* 分类 */
.top_a {
  text-align: center;
  margin: 20px auto 0px;
}
.top_a a {
  display: inline-block;
  color: #666;
  font-size: 14px;
  padding: 4px 20px;
  margin-bottom: 10px;
  background: url(../images/dian.png) no-repeat center right;
}
.top_a a:last-child {
  background: none;
}
.top_a a:hover {
  color: #4eb00b;
}
.top_a .active {
  color: #4eb00b;
}

/*页码*/
.pagess ul li {
	display:inline-block;
	border: 1px solid #ccc;
	padding: 2px 9px;
	margin: 20px 0 3px;
	line-height: 20px;
	background: #fff;
	color:#999
}
.pagess ul li:hover {
	background:#4eb00b;
	color:#fff;
	border: 1px solid #4eb00b
}
.pagess ul li.thisclass {
	display: inline-block;
	border: 1px solid #4eb00b;
	padding: 2px 9px;
	margin: 0 3px;
	background: #4eb00b;
	color: #fff;
}
.pagess ul li.thisclass a {
	color: #fff;
}
.pagess ul li a {
	display:block;
	color:#999
}
.pagess ul li a:hover {
	color: #fff;
}


/*商盟成员*/
.smcy2{
	background-color: #eee;
    border-top: solid 1px #fff;
    padding: 20px 0;
}
.smcy2 a{
	color: #666;
	padding: 0 15px;
	line-height: 28px;
}
/* 网站地图 */
.sitemap .sti_tit{
	font-size:20px;
	color:#333;
	padding:5px 0;
}
.sitemap .sitemap_con a{

	padding:5px 10px;
}



@media only screen and (min-width:32px) and (min-height:385px){
	.zx,.zx1{width: 100%;}
	/* .news-con-tit{width: 100%;} */
}

.slider{}
.rslides { position: relative;  list-style: none;  overflow: hidden;  width: 100%;  padding: 0; margin: 0; }
.rslides li { position: absolute;  display: none;  width: 100%;  left: 0;  top: 0; z-index:0; }
.rslides li:first-child { position: relative;  display: block;  float: left; }
.rslides img { display: block;  height: auto; width: 100%;  border: 0;z-index:0; } 
.rslides { margin: 0 auto;  }
.rslides_container {  position: relative;  }
.centered-btns_tabs { position: absolute;  width:100%; bottom:3%; text-align: center; z-index:2; }
.centered-btns_tabs li{display: inline; float: none; _float: left; *float: left;margin: 0 5px;  }
.centered-btns_tabs a{background:#fff;width:20px; height:5px; text-indent: -9999px; overflow: hidden; display: inline-block; _display: block; *display: block; }
.centered-btns_here a{ background: #ed6d00; }
.centered-btns_nav { z-index:9999; position: absolute; top: 50%; left: 5%; text-indent: -9999px; overflow: hidden;height: 61px; width: 38px; background: rgba(0,0,0,0.5) url("../images/themes.png") no-repeat left top; margin-top: -30px; }
.centered-btns_nav:active { }
.centered-btns_nav.next { left: auto; background-position: right top; right: 5%; }


.newslist{ margin-top:-15px; }
.newslist ul{list-style-type:none; }
.newslist li{padding:15px 0px;border-bottom:1px #d5d5d5 dashed; }
.newslist li img{ display:block; float: left; margin:0 15px 0 0;}
.newslist li span{display:block;   font-size:22px}
.newslist li i{ display:block; float:right; font-size:12px; color:#a3a3a3;margin:5px 0 0 0;}
.newslist li div{min-height:90px;}
.newslist li a{display:block; float:right; width:100px; text-align:center; background:#7bce85;color:#fff; font-family:'Helvetica';border-radius: 13px;-webkit-border-radius: 13px;-moz-border-radius:13px;}
.newslist li a:hover {background:#19961e; color:#333;}
.newslist li em{ display:block;}